runtime.hmap.noldbuckets (method)
8 uses
runtime (current package)
map.go#L1218: func (h *hmap) noldbuckets() uintptr {
map.go#L1228: return h.noldbuckets() - 1
map.go#L1257: newbit := h.noldbuckets()
map.go#L1811: oldArraySize := int(h.noldbuckets())
map.go#L1874: oldArraySize := int(h.noldbuckets())
map_fast32.go#L405: newbit := h.noldbuckets()
map_fast64.go#L409: newbit := h.noldbuckets()
map_faststr.go#L424: newbit := h.noldbuckets()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |